home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / egg_catcher_game.swf / scripts / DefineButton2_210 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-07  |  86 b   |  6 lines

  1. on(press){
  2.    _root.amitava += 1;
  3.    gotoAndStop(23);
  4.    _root.playlev = true;
  5. }
  6.